Skip to content

Divide #4

Open
kanyanat-kas wants to merge 3 commits into
mainfrom
divide
Open

Divide #4
kanyanat-kas wants to merge 3 commits into
mainfrom
divide

Conversation

@kanyanat-kas

Copy link
Copy Markdown
Collaborator

No description provided.

@@ -1,2 +1,2 @@
from .add import add

from .divide import divide

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add empty line at the end

@@ -0,0 +1,2 @@
def divide(x, z):
return x / y No newline at end of file

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add empty line at the end

Comment thread tests/test_divide.py


def test_divide():
assert divide(10, 2) == 5 No newline at end of file

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add empty line at the end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants